home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / MagPLIP / ReadMe < prev    next >
Text File  |  1998-04-02  |  5KB  |  141 lines

  1.  
  2.   magPLIP - SANA II compliant PLIP device driver for AmiTCP/IP, Envoy,
  3.         AS225 and other networking packages
  4.  
  5.   (C) Copyright 1993-1994 Oliver Wagner, Michael Balzer
  6.   (C) Copyright 1995 Jan Kratochvil & Martin Mares
  7.   (C) Copyright 1995-1996 Marius Groeger
  8.       All Rights Reserved.
  9.  
  10.   Changes have been made by Stéphane Zermatten to the driver to connect
  11.   a LinuxBox to an Amiga via a LapLing cable, based on the release 37.8.
  12.  
  13.   This modified version (38.x) is distributed with the permission of
  14.   the author, Marius Groeger and compiled by Stefan Ruppert.
  15.  
  16.   NOTE: The main addition to the 37.7 version is the linplip.device
  17.     driver, which can connect to a LinuxBox. Also there are two
  18.     bugfixes for the magplip.device driver, which fixes a
  19.     problem with Miami and possible system crash for big file
  20.     transfers.
  21.  
  22.   -------------------------------------------------------------------------
  23.                    IMPORTANT NOTE!
  24.   PLEASE READ THE UPGRADE INFORMATION IN THE SUPPLIED AMIGAGUIDE® DOCUMENT!
  25.   -------------------------------------------------------------------------
  26.  
  27.   This is another PLIP device driver. PLIP means Parallel Line Internet
  28.   Protocol. Originally based upon the plip.device released by Oliver
  29.   Wagner and Michael Balzer, this version has been completely rewritten.
  30.  
  31.   The main distinguishing features to the original version include
  32.  
  33.    * Much more line security through machine independent timeout handling
  34.  
  35.    * Option to omit CRC checks
  36.  
  37.    * MTU 256 Bytes to 128KBytes
  38.  
  39.    * SANA-II special statistic counters
  40.  
  41.    * Much better configurable, especially with regard to slow systems
  42.  
  43.    * Major code cleanup, including the removal of assembler fragments,
  44.      globals, errors
  45.  
  46.    * Several protocol stacks may use magPLIP simultaneously
  47.  
  48.    * Installer script
  49.  
  50.    * AmigaGuide® online documentation
  51.  
  52.   Please read also the supplied AmigaGuide® document to obtain further
  53.   information about the installation and usage of magPLIP.
  54.  
  55.   You should install this software package by using the supplied Installer
  56.   script. If you have any suggestions or comments please contact the
  57.   following people :
  58.  
  59.   Linux related: Stéphane Zermatten <Stephane.Zermatten@earthling.net>
  60.   Amiga related: Stefan Ruppert <ruppert@amigaworld.com> (mainly bug fixes)
  61.   General concept related: Marius Groeger <mag@sysgo.de>
  62.  
  63.   NOTE: Marius has stopped development on the Amiga, so don't bother him
  64.     about the V38 release.
  65.  
  66.   --------------------------------------------------------------------------
  67.  
  68.   Release 38.1 (compiled by Stefan Ruppert)
  69.  
  70.     * added a version of the driver (linplip.device) that will
  71.       connect an Amiga to a PC running Linux, using a LapLink cable.
  72.       The driver for the Linux side is also included.
  73.       By Stéphane Zermatten.
  74.     * bugfix: the command S2_ONLINE now returns 0 (success) if the
  75.       device is already online.
  76.     * bugfix: now works also for large file tranfers, no system crashes
  77.       anymore.
  78.  
  79.   Release 37.8
  80.  
  81.     * bugfix: magPLIP can be used by multiple protocol stacks simultaneously.
  82.  
  83.   Release 37.7
  84.  
  85.     * Improved packet type tracking
  86.  
  87.     * SANA-II special statistic counters
  88.  
  89.     * Improved documentation
  90.  
  91.     * schematic drawing included that shows the cable wiring
  92.  
  93.   Release 37.5
  94.  
  95.     * on early startup time the MTU reported to protocol was not yet
  96.       the customized value but the default setting; At least Envoy
  97.       had problems with this bug
  98.  
  99.     * Frame buffer handling is now done dynamically, MTU can be set to
  100.       values up to 128K. A large MTU increases performance for large
  101.       data transfers such as in a file-server system.
  102.  
  103.     * Code more robust against initialization errors
  104.  
  105.     * ENV: settings are better checked for validity
  106.  
  107.   Release 37.4
  108.  
  109.     * Some documentation changes
  110.     * minor changes in the transfer code
  111.  
  112.   Release 37.3
  113.  
  114.     * Timeout handling is now system independent and gives a great
  115.       improvement to configuration and line security
  116.     * ARBITRATIONDELAY no longer used, but supported for old config-files
  117.  
  118.   Release 37.2
  119.  
  120.     * Significantly better performance (transfer routines rewritten in
  121.       assembly language)
  122.     * internal code cleanup
  123.  
  124.   Initial Release 37.1
  125.  
  126.   --------------------------------------------------------------------------
  127.  
  128.   This package is Freeware, but not in the public domain.
  129.  
  130.   It's strictly forbidden to include this archive in any kind of software
  131.   collection except Fred Fish's AmigaLibrary, Meeting Pearls CD's, Aminet,
  132.   Aminet CD's and BBS fileareas.
  133.  
  134.   This software is provided "as is". No representations or warranties are
  135.   made with respect to the accuracy, reliability, performance, currentness,
  136.   or operation of this software, and all use is at your own risk.
  137.  
  138.   This doesn't apply to the linux kernel patch (Linux/plip.c), which is
  139.   distributed under the GNU Public Licence. (SZ)
  140.  
  141.